Modificationi Title: Portal System Addon: Birthday Marquee v1.0

Modification Author: Splen

Required: XMB Portal System v4.0

Last Updated: 04/14/09

Modification Description:
This modification will add a Birthday Scroller to your Main Menu Block on the Portal.

Supported Version: XMB 1.9.8 SP3

Installation Note: Before adding this modificaiton block to your forum you should back up all files related to this modification.

License Note: This modification is released under the GPL License. A copy is provided with this software.

Author Note:
For security purposes, Please Check: http://www.xmbgarage.com for the latest version of this modification.
Downloading this modification from other sites could cause malicious code to enter into your XMB Forum software.
As such, XMBGarage.com will not offer support for modifications not offered at our web site.

Note:  Birthay Marquee's width/height are adjustable.

========================================
1. Upload portal_bday.php to your forums folder
========================================

========================================
2. Upload bday.gif to your images folder
========================================

========================================================
3.  Go to Admin CP and open template:  portal_main_block
========================================================

=====
Find:
=====

<td bgcolor="$THEME[altbg1]" class="ctrtablerow"><font class="mediumtxt">$lang[portalthe]<strong>$lang[portalnewestpost]</strong>$lang[portalis]<strong>$portal_newest_topic</strong><br />$lang[portalour]<strong>$lang[portalmemofday]</strong>$lang[portalfortoday]$portal_membesthtml<br />$lang[portalpleasewelcome]<strong>$lang[portalnewestmember]</strong>: $portal_newest_member</font></td>
</tr>

=============
Replace with:
=============

<td bgcolor="$THEME[altbg1]" class="ctrtablerow"><font class="mediumtxt">$lang[portalthe]<strong>$lang[portalnewestpost]</strong>$lang[portalis]<strong>$portal_newest_topic</strong><br />$lang[portalour]<strong>$lang[portalmemofday]</strong>$lang[portalfortoday]$portal_membesthtml<br />$lang[portalpleasewelcome]<strong>$lang[portalnewestmember]</strong>: $portal_newest_member</font></td>
</tr>
<tr>
<td bgcolor="$THEME[altbg2]" class="ctrtablerow"><iframe src="portal_bday.php" allowtransparency="true" background-color="transparent" width="300" height="45" frameborder="0" scrolling="no" noresize></iframe></td>
</tr>

===================
That's it, test it!
